seedwiki is introducing a way to use data in your wikis, in a wiki-like way. A new mark-up will let you put data into your pages and they use it as if it were in a database.
^names
^words
{doctor,{first name, john}{last name, smith} --- first comma marks identifier.
{doctor,patient,{{first name, mary}{last name, jones}}{{first name,fred}{last name, jones}}?
^name doctor {fist name}{last name}
^john^smith
refers to doctor john smith ... if not existing offer to create... if more than one offer to add a distinguishing id
^ doctor {last name} {first name}
^pattern doctor {last name} {first name} ... create template for doctor records
^new doctor ... copy in the doctor pattern
{doctor,{degree,^m.d.} ... a doctor with a degree that has the name "m.d."
degree{name, m.d.}
^name degree{name}
{' a comment}